Browse Source

Fixed a typo.

tags/2021-05-28
jules 13 years ago
parent
commit
be013b485d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_gui_basics/application/juce_Initialisation.h

+ 1
- 1
modules/juce_gui_basics/application/juce_Initialisation.h View File

@@ -95,7 +95,7 @@ public:
#define JUCE_MAIN_FUNCTION int __stdcall WinMain (HINSTANCE, HINSTANCE, const LPTSTR, int)
#elif defined (_UNICODE)
#define JUCE_MAIN_FUNCTION int __stdcall WinMain (void*, void*, const wchar_t*, int)
#elif
#else
#define JUCE_MAIN_FUNCTION int __stdcall WinMain (void*, void*, const char*, int)
#endif
#define JUCE_MAIN_FUNCTION_ARGS


Loading…
Cancel
Save