Announcement

Collapse
No announcement yet.

Missing constants

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Missing constants

    For those who are interested in international matters.
    The following (new!) name constants are missing from WIN32API.INC. They're valid in XP service pack 2 and up.
    Code:
    %LANG_WELSH                   = &H52
    %SUBLANG_WELSH_UNITED_KINGDOM = &H01
    And (of course) the same are missing from RESOURCE.H:
    Code:
    #define LANG_WELSH                   0x52
    #define SUBLANG_WELSH_UNITED_KINGDOM 0x01

    Egbert Zijlema, journalist and programmer (zijlema at basicguru dot eu)
    http://zijlema.basicguru.eu
    *** Opinions expressed here are not necessarily untrue ***

  • #2
    Ware teg!

    Comment


    • #3
      Diolch yn fawr.

      Comment

      Working...
      X