WindowsXP-SP1/windows/richedit/lssrc/unixfunctions.c
2020-09-30 16:53:49 +02:00

6 lines
98 B
C

#ifdef UNIX
void msls3_DllMain(void* handle, unsigned int reason, void* reserved)
{
}
#endif