Subversion Repositories filter_foundry

Compare Revisions

No changes between revisions

Regard whitespace Rev 197 → Rev 198

/trunk/telegraphics_common/adobeplugin/SAGlobals.a
/trunk/telegraphics_common/adobeplugin/dllmain.c
19,11 → 19,11
 
#include <windows.h>
 
HANDLE hDllInstance = NULL; /* DLL instance handle */
HINSTANCE hDllInstance = NULL; /* DLL instance handle */
 
BOOL APIENTRY DllMain(HANDLE hInstance, DWORD fdwReason, LPVOID lpReserved);
BOOL APIENTRY DllMain(HINSTANCE hInstance, DWORD fdwReason, LPVOID lpReserved);
 
BOOL APIENTRY DllMain(HANDLE hInstance, DWORD fdwReason, LPVOID lpReserved){
BOOL APIENTRY DllMain(HINSTANCE hInstance, DWORD fdwReason, LPVOID lpReserved){
 
if (fdwReason == DLL_PROCESS_ATTACH)
hDllInstance = hInstance;
/trunk/telegraphics_common/adobeplugin/world.h
97,7 → 97,7
 
#define DIRSEP '\\'
 
extern HANDLE hDllInstance;
extern HINSTANCE hDllInstance;
#endif
 
#define SETRECT(rect,l,t,r,b) \