In my previous patch to move DllMain() to atk/atkprivate.c, somehow the
formatting went wrong, so fix that up.
static HMODULE atk_dll;
BOOL WINAPI
-DllMain(HINSTANCE hinstDLL,
-DWORD fdwReason,
-LPVOID lpvReserved)
+DllMain (HINSTANCE hinstDLL,
+ DWORD fdwReason,
+ LPVOID lpvReserved)
{
- switch (fdwReason)
- {
- case DLL_PROCESS_ATTACH:
- atk_dll = (HMODULE)hinstDLL;
- break;
- }
-
- return TRUE;
+ switch (fdwReason)
+ {
+ case DLL_PROCESS_ATTACH:
+ atk_dll = (HMODULE) hinstDLL;
+ break;
+ }
+
+ return TRUE;
}
static const char *