removingn more of the obsoleted FIXME notes.

git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/branches/releases/v2_branch@4346 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-headers/include/psdk_inc/_dbg_common.h b/mingw-w64-headers/include/psdk_inc/_dbg_common.h
index 18c66bb..f88a142 100644
--- a/mingw-w64-headers/include/psdk_inc/_dbg_common.h
+++ b/mingw-w64-headers/include/psdk_inc/_dbg_common.h
@@ -1540,7 +1540,7 @@
 typedef struct _MINIDUMP_THREAD_INFO_LIST {
   ULONG   SizeOfHeader;
   ULONG   SizeOfEntry;
-  ULONG   NumberOfEntries; /* FIXME: msdn says ULONG64 */
+  ULONG   NumberOfEntries;
 } MINIDUMP_THREAD_INFO_LIST, *PMINIDUMP_THREAD_INFO_LIST;
 
 #ifdef __cplusplus
diff --git a/mingw-w64-headers/include/winnt.h b/mingw-w64-headers/include/winnt.h
index 7ab60da..3d3b63f 100644
--- a/mingw-w64-headers/include/winnt.h
+++ b/mingw-w64-headers/include/winnt.h
@@ -1443,7 +1443,7 @@
 
 #include <intrin.h>
 
-#define FastFence __faststorefence		/* FIXME: implement proprely */
+#define FastFence __faststorefence
 #define LoadFence _mm_lfence
 #define MemoryFence _mm_mfence
 #define StoreFence _mm_sfence
@@ -1455,7 +1455,7 @@
 #endif
 
 #define YieldProcessor _mm_pause
-#define MemoryBarrier __faststorefence		/* FIXME: implement proprely */
+#define MemoryBarrier __faststorefence
 #define PreFetchCacheLine(l,a) _mm_prefetch((CHAR CONST *) a,l)
 #define PrefetchForWrite(p) _m_prefetchw(p)
 #define ReadForWriteAccess(p) (_m_prefetchw(p),*(p))
@@ -1546,7 +1546,7 @@
 
     LONG64 Multiply128(LONG64 Multiplier,LONG64 Multiplicand,LONG64 *HighProduct);
 
-#define UnsignedMultiply128 _umul128		/* FIXME: implement proprely */
+#define UnsignedMultiply128 _umul128
 
     DWORD64 UnsignedMultiply128(DWORD64 Multiplier,DWORD64 Multiplicand,DWORD64 *HighProduct);