Thanks Colin for the information! Yes, 2 days ago I talked a bit about that with David
when he also wanted to fix this problem in his fatten utility.
Hermès.
-----Message d'origine-----
De : Ros-dev [mailto:ros-dev-bounces@reactos.org] De la part de Colin Finck
Envoyé : mercredi 9 septembre 2015 09:49
À : 'ReactOS Development List'
Objet : Re: [ros-dev] [ros-diffs] [hbelusca] 69139: OMGWTFBBQ!!!! We can now boot our ISOs
on UEFI systems!! Thanks gigaherz for the "fatten" utility!, and others for
testing. [CDMAKE] - Add multi-boot CD support, following El-Tori...
hbelusca(a)svn.reactos.org wrote:
+// FIXME! FIXME! Do it in a portable way!!
typedef unsigned char BYTE;
typedef unsigned short WORD;
typedef unsigned long DWORD;
Try using our include/host/typedefs.h, which provides the most popular Windows type
definitions in a portable way.
- Colin