top | item 40436207

(no title)

grrowl | 1 year ago

it's a "fundamental transformation of the OS itself", you see

discuss

order

CoastalCoder|1 year ago

Probably true. The new win64 API will have just one entry point:

  LPSTR do_thing(LPSTR prompt);
E.g.:

  if (do_thing("get a mutex or whatever it's called") == do_thing("What's the happy return code for getting a mutex?") { ... }