Files
libwiiuse/cmake/ghost-fake-stl/list.h
Ryan Pavlik 6dd3b40fc1 Update CMake modules.
Merge commit 'dd2c7e902aa095fd7844329e38bca7cd7c51e6d9' into osx-refactor_sync-mplus

Conflicts:
	cmake/FindWinHID.cmake
2012-12-12 11:29:17 -06:00

20 lines
451 B
C++

/** @file
@brief Fake header to allow GHOST 4.09 use with MSVC 2005
@date 2010
@author
Ryan Pavlik
<rpavlik@iastate.edu> and <abiryan@ryand.net>
http://academic.cleardefinition.com/
Iowa State University Virtual Reality Applications Center
Human-Computer Interaction Graduate Program
*/
#pragma once
#include <list>
using std::list;
// Disable dll export that depends on the SGI STL implementation
#undef GHOST_EXTRA_TEMPLATE_DECLARATIONS