mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
14 lines
308 B
Plaintext
14 lines
308 B
Plaintext
$NetBSD: patch-aa,v 1.1 2006/09/28 19:00:02 minskim Exp $
|
|
|
|
--- include/pgtimerobject.h.orig 2003-01-04 21:13:38.000000000 +0000
|
|
+++ include/pgtimerobject.h
|
|
@@ -32,7 +32,7 @@
|
|
#include "paragui.h"
|
|
#include <map>
|
|
|
|
-typedef Uint32 PG_TimerID;
|
|
+typedef ptrdiff_t PG_TimerID;
|
|
|
|
/**
|
|
@author Alexander Pipelka
|