Ignore:
Timestamp:
Aug 20, 2007, 12:46:14 AM (18 years ago)
Author:
bird
Message:

made it build again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kProfile/dbgline.cpp

    r3524 r3526  
    3434
    3535#include "dbg.h"
     36#include "kDbgBase.h"
    3637
    3738
     
    5051{
    5152    AssertMsgReturn(VALID_PTR(pLine), ("%p\n", pLine), NULL);
    52     size_t cb = OFFSETOF(RTDBGLINE, szFile[pLine->cchFile + 1]);
     53    size_t cb = KDBG_OFFSETOF(RTDBGLINE, szFile[pLine->cchFile + 1]);
    5354    return (PRTDBGLINE)RTMemDup(pLine, cb);
    5455}
Note: See TracChangeset for help on using the changeset viewer.