Skip to content

Commit b2c0ce7

Browse files
authored
Update README.md
1 parent 8e6f29a commit b2c0ce7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Project aims to make it easy to convert __minimal__ Java Swing projects to nativ
55
A java swing developer can easily understand how to use HComponentLibrary with these examples.
66
### "Hello World" Application
77
Here is an example of how to use library, its syntax hugely inspired by Swing.
8-
```
8+
```cpp
99
#include "windows.h"
1010
#include "HCl.h";
1111

@@ -38,7 +38,7 @@ int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE, PWSTR pCmdLine, int nCmdShow
3838
```
3939
### An Example With Combo Box
4040
Slightly more complex application with combo box and text field.
41-
```
41+
```cpp
4242
#include "HCl.h";
4343
#include "windows.h"
4444

0 commit comments

Comments
 (0)