mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-03-12 04:42:21 +00:00
Merge pull request #465 from alexey-lysiuk/win_build_fix
Fix compilation error of Windows targets
This commit is contained in:
commit
9cf04996a7
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ namespace CodeImp.DoomBuilder
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
public static void ApplyMonoListViewFix(System.Windows.Forms.ListView listview) {}
|
public static void ApplyMonoListViewFix(System.Windows.Forms.ListView listview) {}
|
||||||
public static void ApplyDataGridViewFix(System.Windows.Form.DataGridView gridview) {}
|
public static void ApplyDataGridViewFix(System.Windows.Forms.DataGridView gridview) {}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if NO_WIN32
|
#if NO_WIN32
|
||||||
|
|
Loading…
Reference in a new issue