11 lines
127 B
C
11 lines
127 B
C
#include "windows.h"
|
|
|
|
int CALLBACK WEP(int x)
|
|
{
|
|
|
|
// Free Global Variables
|
|
FreeGlobalVars();
|
|
|
|
return 1;
|
|
}
|