URHG
This commit is contained in:
parent
f1667bf88e
commit
3863a75877
@ -386,6 +386,7 @@ char * clipboard_pull_text()
|
||||
|
||||
int register_extension()
|
||||
{
|
||||
#if defined INSTALLABLE
|
||||
#if defined WIN32
|
||||
|
||||
LONG rresult;
|
||||
@ -455,6 +456,9 @@ int register_extension()
|
||||
#elif defined MACOSX
|
||||
return 0;
|
||||
#endif
|
||||
#else
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
vector2d v2d_zero = {0,0};
|
||||
|
Reference in New Issue
Block a user