浏览代码

ogsf: Fix compilation for Windows

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@72988 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 6 年之前
父节点
当前提交
63f24212ce
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      lib/ogsf/gsd_prim.c

+ 0 - 2
lib/ogsf/gsd_prim.c

@@ -481,9 +481,7 @@ void gsd_swapbuffers(void)
 #elif defined(OPENGL_AQUA)
     aglSwapBuffers(aglGetCurrentContext());
 #elif defined(OPENGL_WINDOWS)
-    /* TODO: Doesn't compile? Undefined reference to __imp_SwapBuffers
     SwapBuffers(wglGetCurrentDC());
-    */
 #endif
 
     return;