/* defs.h */ #ifndef HEADER #define HEADER extern HBRUSH brush; #endif
/* defs.c */ #include "defs.h" HBRUSH brush;