Kaydet (Commit) bf35ea1d authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wextern-initializer

Change-Id: I334c0a5004fa417f1cb3b1e768988644c712be7f
üst a5ead055
......@@ -70,7 +70,7 @@ _pRawDllMain()
*/
static BOOL WINAPI _RawDllMain( HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved );
extern BOOL (WINAPI *_pRawDllMain)(HINSTANCE, DWORD, LPVOID) = _RawDllMain;
BOOL (WINAPI *_pRawDllMain)(HINSTANCE, DWORD, LPVOID) = _RawDllMain;
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment