Module: wine Branch: master Commit: c2075a9fc85211d0cfdec1cbf4d76045c16429de URL: https://gitlab.winehq.org/wine/wine/-/commit/c2075a9fc85211d0cfdec1cbf4d7604...
Author: Eric Pouech eric.pouech@gmail.com Date: Wed Dec 7 10:24:14 2022 +0100
wined3d: Enable long types in surface.c.
---
dlls/wined3d/surface.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/dlls/wined3d/surface.c b/dlls/wined3d/surface.c index 4d2ef06be86..8bee9b6d83b 100644 --- a/dlls/wined3d/surface.c +++ b/dlls/wined3d/surface.c @@ -25,7 +25,6 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#define WINE_NO_LONG_TYPES /* temporary */
#include "wined3d_private.h"