2025-04-27 07:49:33 -04:00

11 lines
127 B
C

#include "windows.h"
int CALLBACK WEP(int x)
{
// Free Global Variables
FreeGlobalVars();
return 1;
}