mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Add some initial widget functionality (prefs partly working)
This commit is contained in:
@@ -265,7 +265,7 @@ void CreatePointers (void)
|
||||
RedAlert(kErrNoMemory);
|
||||
else
|
||||
{
|
||||
PL_STATIC_ASSERT(sizeof(demoType) == 6);
|
||||
GP_STATIC_ASSERT(sizeof(demoType) == 6);
|
||||
|
||||
BlockMove(*tempHandle, demoData, kDemoLength);
|
||||
tempHandle.Dispose();
|
||||
|
||||
Reference in New Issue
Block a user