mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-23 01:44:22 +00:00
Fixed a typo.
This commit is contained in:
parent
146afac6d7
commit
be013b485d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue