diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-07 06:50:04 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-07 06:50:04 +0200 |
| commit | 988f5d2b5343850e19ad1512cefe6c53953aa02e (patch) | |
| tree | 1ff29934294e73b2575488c06df91866ce251dbe /portmidi/pm_java/pmjni/pmjni.rc | |
| parent | 9b5839c58a2e1df8bddf6b98805998508ea417d5 (diff) | |
| download | ttdaw-988f5d2b5343850e19ad1512cefe6c53953aa02e.tar.gz | |
Added bunch of examples
Diffstat (limited to 'portmidi/pm_java/pmjni/pmjni.rc')
| -rw-r--r-- | portmidi/pm_java/pmjni/pmjni.rc | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/portmidi/pm_java/pmjni/pmjni.rc b/portmidi/pm_java/pmjni/pmjni.rc new file mode 100644 index 0000000..1b7522b --- /dev/null +++ b/portmidi/pm_java/pmjni/pmjni.rc | |||
| @@ -0,0 +1,63 @@ | |||
| 1 | // Microsoft Visual C++ generated resource script. | ||
| 2 | // | ||
| 3 | #include "resource.h" | ||
| 4 | |||
| 5 | #define APSTUDIO_READONLY_SYMBOLS | ||
| 6 | ///////////////////////////////////////////////////////////////////////////// | ||
| 7 | // | ||
| 8 | // Generated from the TEXTINCLUDE 2 resource. | ||
| 9 | // | ||
| 10 | #include "afxres.h" | ||
| 11 | |||
| 12 | ///////////////////////////////////////////////////////////////////////////// | ||
| 13 | #undef APSTUDIO_READONLY_SYMBOLS | ||
| 14 | |||
| 15 | ///////////////////////////////////////////////////////////////////////////// | ||
| 16 | // English (U.S.) resources | ||
| 17 | |||
| 18 | #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) | ||
| 19 | #ifdef _WIN32 | ||
| 20 | LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US | ||
| 21 | #pragma code_page(1252) | ||
| 22 | #endif //_WIN32 | ||
| 23 | |||
| 24 | #ifdef APSTUDIO_INVOKED | ||
| 25 | ///////////////////////////////////////////////////////////////////////////// | ||
| 26 | // | ||
| 27 | // TEXTINCLUDE | ||
| 28 | // | ||
| 29 | |||
| 30 | 1 TEXTINCLUDE | ||
| 31 | BEGIN | ||
| 32 | "resource.h\0" | ||
| 33 | END | ||
| 34 | |||
| 35 | 2 TEXTINCLUDE | ||
| 36 | BEGIN | ||
| 37 | "#include ""afxres.h""\r\n" | ||
| 38 | "\0" | ||
| 39 | END | ||
| 40 | |||
| 41 | 3 TEXTINCLUDE | ||
| 42 | BEGIN | ||
| 43 | "\r\n" | ||
| 44 | "\0" | ||
| 45 | END | ||
| 46 | |||
| 47 | #endif // APSTUDIO_INVOKED | ||
| 48 | |||
| 49 | #endif // English (U.S.) resources | ||
| 50 | ///////////////////////////////////////////////////////////////////////////// | ||
| 51 | |||
| 52 | |||
| 53 | |||
| 54 | #ifndef APSTUDIO_INVOKED | ||
| 55 | ///////////////////////////////////////////////////////////////////////////// | ||
| 56 | // | ||
| 57 | // Generated from the TEXTINCLUDE 3 resource. | ||
| 58 | // | ||
| 59 | |||
| 60 | |||
| 61 | ///////////////////////////////////////////////////////////////////////////// | ||
| 62 | #endif // not APSTUDIO_INVOKED | ||
| 63 | |||
