mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-26 09:24:28 +02:00
URHG
This commit is contained in:
@@ -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